Blog

ColdBox 3.0.0 Beta 1 Released!

Luis Majano August 12, 2009

Spread the word

Luis Majano

August 12, 2009

Spread the word


Share your thoughts

It has been a long road and we are proud to announce our first beta of our 3.0.0 line for ColdBox.  There are over 192 closed issues corresponding to enhancements, fixes and tasks for this first beta release.  We have created several upgrade guides and what's new guide to get you started with this new release.  All of the new features have not been documented fully, but will be soon as development continues.  The major updates as we have been seeing is the modularization of its internal services into standalone frameworks: LogBox, Cache, and MockBox (more coming soon).

So if you want to start developing on a next generation development platform for ColdFusion, start now: http://www.coldbox.org/index.cfm/download

Add Your Comment

(6)

Aug 13, 2009 02:24:34 UTC

by Juerg Anderegg

Great news! Bundle and Standalone seem to be the same file? At least, both of them have the same size...

I have problems with the dashboard - when I try to call it, I get the following error:

The config.xml file does not validate with the framework's schema. Tried to update in coldbox.xml.cfm from config_2.6.0.xsd to config_3.0.0.xsd - no success.

And I get the same error within one of my own applications (also after adapting 2.6.0.xsd to 3.0.0.xsd. Any Ideas?

Aug 13, 2009 04:28:35 UTC

by Luis Majano

Hi. I will check the download. As for the config not validating well read the compatible guide. 3.0.0 is a major release and not everything is backwards compatible.

Aug 13, 2009 09:07:00 UTC

by Juerg Anderegg

yes, but the (included) dashboard shout work, shouldn't it? I've checked the compatibility guide; nothing special found. And my app is (at the moment) more or less the app skeleton from the 2.6. app skeleton; nothing more. ...

Aug 13, 2009 09:33:18 UTC

by Luis Majano

The dashboard error is def a bug and will update soon. As for 2.6 config files they will have to be updated to the new 3 format

Sep 22, 2009 16:09:07 UTC

by orcpac7

FYI, From a clean install of Coldfusion 8 and an install of the downloaded zip for 3.0, the Coldbox samples index page opens fine but the dashboard gives me the same error message described.

Sep 22, 2009 16:39:55 UTC

by Luis Majano

@orcpac7

Yes, the dashboard is not yet fully compatible. We work on the core first and then the auxiliary apps. So most likely the dashboard will be updated in future betas or RC releases until core changes are completed.

Recent Entries

Your Development Team Is at Capacity. Here’s How to Keep Critical Work Moving!

Your Development Team Is at Capacity. Here’s How to Keep Critical Work Moving!

The problem is not that your team lacks priorities.It is that maintenance, delivery, and long-term improvement are competing for the same people.

For companies running business-critical CFML, ColdFusion, or BoxLang applications, that pressure can be especially difficult to solve. Experienced developers are not always easy to hire quickly, application knowledge may be concentrated in one or two people, and a generalist may need significant context before taking ownership of the work. A permanent hire can also require a significant investment in recruiting, compensation, onboarding, and long-term capacity even when the immediate need is a specific project, urgent maintenance, or a period of transition.

Maria Jose Herrera
Maria Jose Herrera
September 18, 2026
Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Reasoning-capable models have been usable in BoxLang AI for a while. params passes straight through to the provider body, so params: { thinking: { type: "enabled", budget_tokens: 10000 } } for Claude, or params: { reasoning_effort: "high" } for OpenAI, already reached the API. What never worked was reading the reasoning back. It was parsed out on arrival and silently dropped. In 3.4.0, that's fixed, and it's fixed the same way for every provider.

Luis Majano
Luis Majano
September 15, 2026